home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr05 / airdrm1a.zip / WARNING.BAT < prev   
DOS Batch File  |  1995-01-31  |  831b  |  21 lines

  1. @echo off
  2. if exist \windows\threed.vbx goto display
  3. goto end
  4. :display
  5. echo               ----------------WARNING-----------------------
  6. echo               ----------------------------------------------
  7. echo               You have THREED.VBX in your Windows directory.
  8. echo               It should be removed before you run Airdrums. 
  9. echo               The installation program Installs the correct 
  10. echo               version of THREED.VBX into the \windows\system
  11. echo               directory. Exit Windows, then carefully remove
  12. echo               THREED.VBX from the \WINDOWS directory only, -
  13. echo               NOT \windows\system. Then restart Windows     
  14. echo               ----------------------------------------------
  15. echo               ----------------------------------------------
  16. pause
  17.  
  18.  
  19. :end
  20.  
  21.